您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. <data name="9" type="System.Resources.ResXFileRef, System.Windows.Forms">

  2. ..\Resources\9.jpg;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
  3. 所属分类:其它

    • 发布日期:2009-12-22
    • 文件大小:141312
    • 提供者:vb123jia
  1. <data name="9 System.Windows.Forms">

  2. ..\Resources\9.jpg;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
  3. 所属分类:其它

    • 发布日期:2009-12-22
    • 文件大小:89088
    • 提供者:vb123jia
  1. 创建一个windows应用程序,计算10!并输出

  2. using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms; namespace _80606014_习题6 { public partial class Form1 : Form { public Form1() { Initi
  3. 所属分类:C#

    • 发布日期:2010-11-28
    • 文件大小:67584
    • 提供者:yixia_89
  1. vb.net中的碎片发生器

  2. Option Strict OnImports System.MathPublic Class MandelbrotForm Inherits System.Windows.Forms.Form#Region " Windows Form Designer generated code " Public Sub New() MyBase.New() ‘This call is required by the Windows Form Designer. Initialize
  3. 所属分类:VB

    • 发布日期:2006-02-23
    • 文件大小:17408
    • 提供者:chenxh
  1. 闪烁应用程序窗体,不用timer控件,C#源代码[DllImport("User32")] public static extern bool FlashWindow(IntPtr hWnd, bool bInvert)

  2. 闪烁应用程序窗体,不用timer控件,C#源代码[DllImport("User32")] public static extern bool FlashWindow(IntPtr hWnd, bool bInvert); try { int MyTimes = 50; int MyTime = 50; for (int MyCount = 0; MyCount < MyTimes; MyCount++) { FlashWindow(this.Handle, true); System.
  3. 所属分类:Flash

    • 发布日期:2009-01-21
    • 文件大小:35840
    • 提供者:leinad2009